/* header */
header.news{
	position: relative;
	width: 100%;
	height: 430px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/news_main_visual.jpg);
	background-repeat: no-repeat;
	background-size: 1920px 430px;
	background-position: center top;
}

header.news h2{
	margin: 91px auto 30px auto;
	width: 242px;
	height: 59px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/news_h2_text.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

header.news h5{
	margin: 40px auto 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
}


header.notitle{
	position: relative;
	padding-bottom: 0;
	width: 100%;
	height: 89px;
	background-color: #011588;
}




/* コンテンツ */
section.news_head{
	padding-bottom: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #e2e9f1;
}

.news_contents_wrap{
	padding-top: 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.news_detail_contents_wrap{
	padding-top: 16px;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.news_detail_header_wrap{
	padding: 16px;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

section.news_area{
	padding-top: 40px;
	padding-bottom: 117px;
}

ul.news_list{
	margin-bottom: 72px;
}

/* pagenation */

.pagenation_box{
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.pagenation_box a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 132px;
	height: 40px;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	background-color: #011588;
}

.pagenation_box p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 89px;
	height: 40px;
	font-size: 16px;
	line-height: 16px;
}




/* お知らせ詳細 */

section.news_detail{
	padding-top: 70px;
	padding-bottom: 80px;
	margin: 0 auto;
	width: 100%;
	background-color: #e2e9f1;
}

section.news_detail h2{
	padding: 0 3%;
	margin-bottom: 30px;
	font-size: 35px;
	line-height: 45px;
	color: #011588;
	text-align: center;
}

p.news_detail_date{
	margin-bottom: 28px;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
}

.sns_box{
	margin: 0 auto 65px auto;
	text-align: center;
}

.news_detail_main_area{
	padding: 52px 50px 20px 50px;
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 1100px;
	background-color: #ffffff;
}

.news_detail_main_area img{
	margin-bottom: 55px;
	width: 100%;
}

/* 見出し1 */
.news_detail_main_area h3{
	margin-bottom: 25px;
	font-size: 35px;
	line-height: 45px;
	color: #011588;
}

/* 見出し2 */
.news_detail_main_area h4{
	position: relative;
	top: 0;
	display: flex;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 45px;
}
.news_detail_main_area h4:before{
	position: relative;
	top: -4px;
	margin-right: 20px;
	display: block;
	content: "";
	width: 6px;
	height: auto;
	background-color: #78a7cf;
}

/* 本文 */
.news_detail_main_area p{
	margin-bottom: 45px;
	font-size: 17px;
	line-height: 35px;
}

.quote{
	margin-bottom: 65px;
	padding: 40px 80px 50px 80px;
	width: 100%;
	background-color: #ecf0f3;
}

.quote p{
	position: relative;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 35px;
}

.quote p:before{
	position: absolute;
	top: 6px;
	left: -40px;
	display: inline-block;
	content: "";
	width: 23px;
	height: 21px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/quote_before.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.quote p:after{
	position: absolute;
	bottom: 0;
	right: -40px;
	display: inline-block;
	content: "";
	width: 23px;
	height: 20px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/quote_after.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}


/* 数字リスト */

ul.number{
	margin-left: 1.5em;
	margin-bottom: 40px;
}

ul.number li{
	list-style-type: decimal;
}


/* ディスクリスト */
ul.disc{
	margin-bottom: 40px;
	position: relative;
	margin-left: 1em;
}

ul.disc li{
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
}

ul.disc li:before{
	position: absolute;
	top: 5px;
	left: -3px;
	display: inline-block;
	content: "●";
	width: 16px;
	height: 16px;
	font-size: 17px;
	line-height: 17px;
}

.news_detail_main_area a{
	color: #3d75c8;
	text-decoration: underline;
}
.news_detail_main_area a:hover{text-decoration: none;}

.sns_box_bottom{
	margin: 50px 0 0 0;
}
.sns_box_bottom img{width: auto;}


p.backlink{
	display: inline-block;
	color: #141414;
	font-weight: bold;
}
p.backlink a{
	color: #141414;
	font-weight: bold;
}


.fb_iframe_widget span{
	width: 110px!important;
}
.wsbl_facebook_share span{
	width: 69px!important;
}

.sns_box_top{
	padding-bottom: 30px;
	display: flex!important;
	justify-content: center!important;
}

.sns_box_bottom .wp_social_bookmarking_light{
	margin-left: -17px!important;
}


/* 調整 */
@media screen and (max-width: 1200px){

section.news_head{
	padding: 0 3%;
	margin: 0 auto;
	width: 100%;
	background-color: #e2e9f1;
}

section.news_detail{
	padding: 0 3% 30px 3%;
	margin: 0 auto;
	width: 100%;
}

.news_detail_header_wrap{
	padding-top: 8px;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}





}



/* 調整 */
@media screen and (max-width: 768px){

/* header */
header.news{
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/news_main_visual.jpg);
	background-repeat: no-repeat;
	background-size: 1339.53px 300px;
	background-position: center top;
}

header.news h2{
	margin: 35px auto 30px auto;
	width: 205.08px;
	height: 50px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/news_h2_text.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

header.news h5{
	margin: 30px auto 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
}

header.notitle{
	position: relative;
	padding-bottom: 0;
	width: 100%;
	height: 75px;
	background-color: #011588;
}


}


/* 調整 */
@media screen and (max-width: 500px){

/* header */
header.news{
	padding-bottom: 8.6vw;
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/news_main_visual.jpg);
	background-repeat: no-repeat;
	background-size: 1278px auto;
	background-position: center top;
}

header.news h2{
	margin: 2vw auto 6vw auto;
	width: 41.016vw;
	height: 10vw;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/news_h2_text.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

header.news h5{
	margin: 5vw auto 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
}


.news_contents_wrap{
	padding-top: 8px;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.pagenation_box{
	padding-left: 3%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
}

.pagenation_box a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 132px;
	height: 40px;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	background-color: #011588;
}

.pagenation_box p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 40px;
	font-size: 16px;
	line-height: 16px;
}



/* お知らせ詳細 */

section.news_detail{
	padding-top: 50px;
	padding-bottom: 40px;
	margin: 0 auto;
	width: 100%;
	background-color: #e2e9f1;
}

section.news_detail h2{
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 36px;
	color: #011588;
	text-align: center;
}

p.news_detail_date{
	margin-bottom: 28px;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
}

.sns_box{
	margin: 0 auto 32.5px auto;
	text-align: center;
}

.news_detail_main_area{
	padding: 20px 20px 10px 20px;
	margin: 0 auto 30px auto;
	width: 94%;
	max-width: 1100px;
	background-color: #ffffff;
}

.news_detail_main_area img{
	margin-bottom: 30px;
	width: 100%;
}

/* 見出し1 */
.news_detail_main_area h3{
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 36px;
	color: #011588;
}

/* 見出し2 */
.news_detail_main_area h4{
	position: relative;
	top: 0;
	display: flex;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
}
.news_detail_main_area h4:before{
	position: relative;
	top: -4px;
	margin-right: 10px;
	display: block;
	content: "";
	width: 6px;
	height: auto;
	background-color: #78a7cf;
}

/* 本文 */
.news_detail_main_area p{
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 28px;
}

.quote{
	margin-bottom: 65px;
	padding: 20px 30px 25px 45px;
	width: 100%;
	background-color: #ecf0f3;
}

.quote p{
	position: relative;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
}

.quote p:before{
	position: absolute;
	top: 3px;
	left: -30px;
	display: inline-block;
	content: "";
	width: 20px;
	height: 18.26px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/quote_before.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.quote p:after{
	position: absolute;
	bottom: 0;
	right: -16px;
	display: inline-block;
	content: "";
	width: 20px;
	height: 18.26px;
	background-image: url(http://futsal-kitakoshigaya.com/wp-content/themes/FUTSAL%20CLUB%20kitakoshigaya/assets/image/quote_after.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}


/* 数字リスト */

ul.number{
	margin-left: 1.5em;
	margin-bottom: 20px;
}

ul.number li{
	list-style-type: decimal;
}


/* ディスクリスト */
ul.disc{
	margin-bottom: 20px;
	position: relative;
	margin-left: 0;
}

ul.disc li{
	position: relative;
	padding-left: -1em;
	text-indent: 0em;
}

ul.disc li:before{
	position: absolute;
	top: 5px;
	left: -3px;
	display: inline-block;
	content: "●";
	width: 16px;
	height: 16px;
	font-size: 17px;
	line-height: 17px;
}

.news_detail_main_area a{
	color: #3d75c8;
	text-decoration: underline;
}
.news_detail_main_area a:hover{text-decoration: none;}

.sns_box_bottom{
	margin: 30px 0 0 0;
}
.sns_box_bottom img{width: auto;}


p.backlink{
	padding-left: 3%;
	display: inline-block;
	color: #141414;
	font-weight: bold;
}
p.backlink a{
	color: #141414;
	font-weight: bold;
}


}